
Preview onto version 0.3.4
Here you can do some experiments with Rascal. The computation time is
restricted to about 10 secs to prevent high load on server.
Have a look at the documentation or at the examples. If you see wrong plots reload may help.
You job is cancelled as soon someone else accesses this page, so consider a
local installation.
Rascal-toolbox-0.3.4 (C) 2001,2002 Sebastian Ritterbusch
Enter 'help' for help or 'licence' for information about licence and warranty.
"rascal.rc loaded, predefined e, i, pi"
>Precision(-10);A=[1 0 1 0 0;0 1 0 1 0;100 18 0 0 1];
>b=[50;200;5000];c=[50;9;0;0;0];
>S=RevSimplex(A,b,c)
[[14;200;36;0;0];[1;3;2];2500;""]
>LinOpt(A,b,c,S(2))
[2500;[1 2 3;1 2 4;1 3 4];[14 200 36 0 0;50 0 0 200 0;50 0 0 200 0];3;""]
>
Questions, Problems, Bugs? Please use this form.